home *** CD-ROM | disk | FTP | other *** search
/ Dr. Windows 3 / dr win3.zip / dr win3 / WINSOUND / WDISC320.ZIP / RELEASE.TXT < prev    next >
Text File  |  1993-01-06  |  16KB  |  300 lines

  1.   =-=-=-=-=-=-=-=--=-=-=-==-=-=-WinDisc 3.20-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  2.  
  3.  
  4.  Release Notes:
  5.  
  6.  
  7.  
  8.  
  9. Version 3.20 Features and Fixes:
  10.  
  11.                   - New parameter: running Windisc W will cause WinDisc to
  12.                   wait for 10 seconds before trying to identify a disc 
  13.                   after it has been inserted. This will give the cd-rom
  14.                   drive time to finish whatever it is that they do when
  15.                   you insert a new disc (i.e. when you put the disc in 
  16.                   and the light goes on for a few seconds) before WinDisc
  17.                   goes trying to get information from it. This should
  18.                   help resolve problems in two areas:
  19.                     
  20.                       1) Mis-identification - sometimes, WinDisc wouldn't
  21.                          "realize" that a cd had been inserted, as the
  22.                          drive was going through its reinitialization while
  23.                          WinDisc was trying to get information, so what it
  24.                          got back was a bunch of zeros - indicating no disc.
  25.                       
  26.                       2) Crrrashhh! - Apparently, some systems would crash 
  27.                       when WinDisc tried to access the drive while it was 
  28.                       still initializing. The "W" parameter should solve 
  29.                       this too.
  30.                   
  31.                   If anyone still has problems, please get in touch with me
  32.                   (see the readme.txt file for information on how to reach
  33.                   me) As I only have two systems at home to try this on, its
  34.                   difficult to tell whether or not it'll work on others. 
  35.                   The only way for me to find out what does and doesn't work
  36.                   is to hear from users!
  37.                   
  38.                   - New option in setup dialog: Now in the setup dialog is
  39.                   a checkbox for "Expanded SysMenu". Checking this option
  40.                   will add the Disc Information, Jump To Track, and Volume
  41.                   (if applicable) options to the system menu. This way, 
  42.                   you can click on the system menu, and be able to access
  43.                   these dialogs without double clicking on the WinDisc 
  44.                   status screen. (Good when running WinDisc minimized)
  45.                     
  46.                   - Timer Killed: In version 1.0 of WinDisc, is used timer
  47.                   number 123, and in later versions number 5. Anyway, I was
  48.                   initializing with timer 5, and trying to kill timer 123 
  49.                   when the program shut down. Oops. Now, however, I'm using
  50.                   timer #1. As I understand it, if you use timer 1 in the 
  51.                   init, it will automatically detect the next available 
  52.                   one and use it. If this causes problems, I'll fix it in
  53.                   the next version. (Maybe make the timer number an option)
  54.  
  55.               * * * New registration algorithm: Registered users may notice
  56.                   that their registration code is rather short. I will be
  57.                   implementing a new registration code algorithm in the
  58.                   _next_ version of WinDisc. Prior to its release, I'll be
  59.                   sending registered users their new codes, so they don't
  60.                   miss out. 
  61.                   
  62.  
  63.  
  64. Version 3.13a Fixes  
  65.              
  66.                   - Oops, just before compiling version 3.13, I reinstalled
  67.                     Borland Pascal, and forgot to adjust the memory options.
  68.                     It seems as though some users were getting an error 202
  69.                     (stack overflow, if I remember correctly) I have fixed
  70.                     this by increasing the memory sizes...the problem should
  71.                     be fixed now.
  72.  
  73. Version 3.13 Fixes  
  74.  
  75.                   - Some users are still experiencing lockups. I think 
  76.                   this is cause by WinDisc checking to see if the device 
  77.                   supports software volume control. To test this theory,
  78.                   I've added the "v" parameter, which skips volume control
  79.                   checking. (And turns of volume control) This _should_
  80.                   alleviate the problem, if, in fact, thats what the
  81.                   problem was. Also, I'm now documenting the "d" parameter,
  82.                   for debug mode. This parameter will cause WinDisc to
  83.                   display several dialog boxes before the main window
  84.                   appears. They will give information, as well as tell
  85.                   what taks are being performed in order to get WinDisc
  86.                   going. If you are having troubles getting the program
  87.                   to run, please run it with the "d" parameter, have a
  88.                   paper and pencil in hand, and write down what the 
  89.                   message boxes say <especially the final one, if it
  90.                   locks up after getting to that point>.
  91.                 
  92. Version 3.12 Fixes  
  93.  
  94.                   - I (finally) figured out why the volume control didn't
  95.                   work on some machines. It seems as though besides the
  96.                   wDeviceID ID of the drive, there's also a separate
  97.                   mci device ID, which you need to use for setting the
  98.                   volume. I was using the wrong one! The mci device id
  99.                   on *my* system is 3, and the wDeviceID id is 2. I 
  100.                   just assumed that you added 1 to the wDeviceID, and
  101.                   it would work. Apparently not, as I heard from several
  102.                   users. I happened to stumble across another bit of 
  103.                   code in the program where I was using the mci id, and
  104.                   it hit me - duh! Everything works now. 
  105.                   
  106.                   Go ahead and try it now. If the volume control works, 
  107.                   good. If not, come back and read this next paragraph.
  108.               --- It doesn't apply to those who WinDisc functions properly
  109.               |   for.
  110.               |
  111.               | |- - There's also a new feature...
  112.               | | Some people have their cd audio input coming from
  113.               | | a line-in jack, as opposed to the little cd-connector
  114.               |-| thingy. (The little plug with 4 wires, going from the
  115.                 | cd rom drive to the sound card) Anyway, for those using
  116.                 | the line-in jack, if you start WinDisc as follows:
  117.                 |            
  118.                 |   WinDisc L 
  119.                 |
  120.                 |-It will use the line-in jack for volume control.
  121.       
  122. Version 3.11 Fixes  
  123.  
  124.  
  125.                   - Version 3.11 adds the MCI_WAIT flag to the operation
  126.                   that initializes the CD-ROM drive. Before adding this,
  127.                   WinDisc crashed when running under NDW 3.0. (And maybe
  128.                   some other programs)
  129.  
  130. Version 3.10 Fixes  
  131.  
  132.                    - 3.10 Changes the way animated icons are handled.
  133.                    The result if this change is that the system won't
  134.                    slow down very much when using the animated icons.
  135.                    A "Jump to Track" dialog has been added, allowing
  136.                    you to...jump to a selected track. This dialog
  137.                    can be brough up by double clicking the Left mouse
  138.                    button. The CD Info dialog is now accessed by
  139.                    double clicking the middle mouse button (if present).
  140. Version 3.02 Fixes  
  141.                    - Just added another animated icon.
  142.  
  143. Version 3.01 Fixes: 
  144.  
  145.                    - 3.01 is basically a bug fix for 3.0. I seem
  146.                    to have made a mistake somewhere that caused
  147.                    WinDisc to lock up on some systems. I (think)
  148.                    it has been corrected. There is also a new
  149.                    feature: A setup dialog that lets you choose
  150.                    a few options, including: The icon you'd like
  151.                    displayed on your Windows desktop, whether or